/*样式重置*/
body {
	font-family: "微软雅黑",arial;
	font-size: 14px;
}
body,h1,h2,h3,h4,h5,h6,dl,dd,p {
	margin:0;
}
ul,ol {
	margin:0;
	padding:0;
	list-style: none;
}
a {
	color:#333;
	text-decoration: none;
}
strong,b {
	font-weight: normal;
}
em,i {
	font-style: normal;
}
img {
	vertical-align: middle;
}
input {
	padding:0;
	outline: none;
	font-family:"微软雅黑",arial;
}
textarea {
	resize:none;
}
.clearFix:after {
	content: "";
	display: block;
	clear: both;
}
a:hover {
    text-decoration: none;
    color: #C81623;
}
.ads-panel li a:before, .sortrec .mc .adside a:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 590px;
    top: 0;
    left: -150px;
    overflow: hidden;
    background: -moz-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,.2)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);
    -webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	transition: left 1s;
}
